home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / KING811.ZIP / !KING.NEW next >
Text File  |  1993-07-19  |  7KB  |  155 lines

  1.                           Suburban Software
  2.                             Chuck Valecek
  3.  
  4. Version 8.11  07/19/93
  5. Recompiled door with the latest libraries which have refined the Fossil
  6. Drivers routines.
  7. WWIV Support has been dropped from the routines in attempt to eliminate
  8. Corrupted String errors.
  9.  
  10. Had some complaints that the KOBMTD bulletin file was still screwing up.
  11. Made some minor alterations to the code.
  12.  
  13.  
  14. Version 8.10 06/30/93 & 07/06/93
  15. Well my last change to the local display worked BUT sysops complained that
  16. they cannot play locally without seeing the answer. So if the DOOR is played
  17. locally then the answer will not appear on the local screen.
  18. The 7/6 version was just to change the version number in the door.
  19.  
  20.  
  21. Version 8.09 06/29/93
  22. Boy I sure did screw this one up!!! In v8.08 I decided to show the local
  23. system the correct answer. Well that worked fine except on the third guess
  24. the user seen the answer! Nice guy HUH!!!
  25. I believe its fixed now! I am really surprised that no one reported this one,
  26. not even my users.
  27.  
  28. Also starting with v8.08 the utility for the door is KOBUTL13.EXE, any others
  29. will cause problems with the configuration file.
  30.  
  31. Version 8.08 06/21/93
  32.  
  33. Recompiled the DOOR and it now works with Fossil Drivers!
  34.  
  35. When a user is playing the game the correct answer will be shown on the local
  36. screen only. If the player is the SYSOP then the answer will not be displayed.
  37. You know you can't trust them SYSOPS!!!
  38.  
  39. Version 8.07  04/15/93
  40.  
  41. * WARNING!!!!!
  42.  
  43. Due to many request from non-PCBoard sysops I have made a change to the 
  44. configuration file. There is now two (2) lines for the name of the bulletin,
  45. and two (2) lines for the Points Bulletin if used.
  46.  
  47. The program CONVCFG.EXE will perform the conversions for you:
  48.   1) It will ask you if you want to convert the configuration file.
  49.   2) It will prompt you for names of the NON-COLOR and COLOR bulletins.
  50.   3) It will prompt you for the name of the Points NON-COLOR and COLOR 
  51.      Bulletins            (Is that COLOUR or COLOR?)
  52.  
  53. * Some of the systems run alias's and the last name field is blank. If the
  54.   last name is blank the DOOR will substitute the users first name.
  55.  
  56. * Found a little buggy in the KOBMTD.EXE. It would erase the SEX code for
  57. the sysop when the file was recreated. The program will now ask you for the
  58. names of the NON-COLOR and COLOR bulletins
  59.  
  60. * If the users name that entered the question is PREVIOUS RELEASE the door
  61.   will not show it on the screen
  62.  
  63. Version 8.06 03/09/93
  64. * Nothing really changed in version. Some sysops are having problems with
  65.   the door detecting ANSI so I added a command line option to force ANSI on.
  66.   I am not sure what the real impact of this will be so you are on your own
  67.   Use a command line switch of /NA to force ansi on.
  68.  
  69. * The DOOR suports the PCBoard varibles PCBDRIVE and PCBDIR, use these for
  70.   substituting the drive and directory in the config file for path names;
  71.  
  72.  
  73. Example: SET PCBDRIVE= D:
  74.          SET PCBDIR=\PCB2
  75.  
  76. Then the line %PCBDRIVE%%PCBDIR%\DOOR.SYS would be converted to
  77.               D:\PCB2\DOOR.SYS
  78.   with this option.
  79.  
  80.  
  81. Fossil Driver Support
  82. ---------------------
  83. KING supports the use of Fossil drivers.  To tell the Door to use the Fossil
  84. driver instead of the standard COM ports, just put /FD on the command
  85. line when running the door. For example:
  86.      KING KING.CFG  /FD
  87. indicates that a Fossil driver is present and should be used. If no Fossil
  88. driver is detected, DoorFrame will print a message to that effect and exit
  89. the door gracefully.
  90.  
  91. There is a slight problem with PCBoard and WildCat Fossil drivers, they
  92. are being worked on. The BNU, X00 and Digi Fossil drivers work.
  93.  
  94. * Coming Soon!  Working on a multiple catagory version, but it may take some
  95.   time.
  96.  
  97. Version 8.05 12/12/92
  98. * Had some reports that when a new question is being entered by a player the
  99.   Door would hang the system. Tried to make some corrections in that area.
  100. * Also had some reports that running under Desqview some Sysops are getting a
  101.   "File already open" error.
  102. * Had one real strange situtation that the NEXTQUES.DAT file was never being
  103.   updated. Still havn't found anything that would cause that one.
  104. * Removed the "Good Luck" screen to eliminate another user response
  105. * Renamed KINGUTIL.EXE to KOBUTLxx.EXE so that I can add version numbers
  106.   There are still some options in KOBUTLxx that are disabled until I can get
  107.   the time to write the code for them.
  108.  
  109. Version 8.04  12/01/92
  110. * Some screens were not be shown properly and some prompts where not working as
  111.   they should have.
  112. * Corrected a problem with the Configuration option in KINGUTIL.
  113. * Corrected the number of chnaces a users gets. Would not accept what you
  114.   entered in the config file
  115.  
  116. Version 8.03  11/27/92
  117. * Based on a request from a Sysop I have created non-ascii screens.
  118.   The KOBG.DAT and QOBG.DAT file are the ASCII version and KOB.DAT & QOB.DAT
  119.   are the non ASCII screens.
  120. * If a user comes in with graphics off (no color) the wrong Point Standing
  121.   file was displayed and the pyramid was displayed in color also and should
  122.   not have.
  123. * The door still uses screen position codes, so some users may experience some
  124.   problems.
  125. * Corrected a slight problem with the KINGUTIL.EXE file.
  126.   Would not display some of the configuration file options
  127. ______________________________________________________________________________
  128.  
  129. Version 8.2 11/23/92
  130. Figures! Test a door for weeks on your system and finally when you release it
  131. bugs pop up! Oh well!!
  132.  
  133. * If no KING.USR file existed, the door would always say the person playing
  134.   was in the first position.
  135. * Recompiled door with Microsoft Basic 7.0
  136. * Revised doc's to include non-standard IRQ and com ports
  137. ______________________________________________________________________________
  138.  
  139. Version 8.1 11/22/92
  140. * Corrected a minor display problem. Displayed seconds instead of minutes for
  141.   time allowed to answer the question.
  142. ______________________________________________________________________________
  143.  
  144. Version 8.0 Initial Release
  145. * Support for MOST major bramds of BBS Software.
  146.   This version is a complete rewrite of the 7.0 versions.
  147. * I added some minor cosmetic changes but for the most part the door is the
  148.   same.
  149. * Added an option that would allow the Sysop to show the player who entered
  150.   the question that is being displayed.
  151. * Added better User file handling routines for multinode systems.
  152. * New Utility program that is not compatable with previous versions.
  153. * Utility will now Create/Edit the configuration file.
  154.   Some options have not been implemented yet, but will be soon.
  155.